-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/asm: add x86 AMX instructions #61782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This PR (HEAD: 8910092) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/516277. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/516277. |
Message from Mauri de Souza Meneguzzo: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/516277. |
Message from Anton Kuklin: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/516277. |
Message from Anton Kuklin: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/516277. |
Message from Anton Kuklin: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/516277. |
Added instructions LDTILECFG, STTILECFG, TDPBF16PS, TDPBSSD, TDPBSUD, TDPBUSD, TDPBUUD, TILELOADD, TILELOADDT1, TILESTORED Fixes: golang#61079
This PR (HEAD: 724506b) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/516277. Important tips:
|
Message from Anton Kuklin: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/516277. |
This PR (HEAD: b9d92a6) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/516277. Important tips:
|
Message from Mauri de Souza Meneguzzo: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/516277. |
Message from Mauri de Souza Meneguzzo: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/516277. |
Message from Anton Kuklin: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/516277. |
Message from Anton Kuklin: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/516277. |
This PR (HEAD: 7c93300) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/516277. Important tips:
|
This PR (HEAD: 0ee3f58) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/516277. Important tips:
|
This PR (HEAD: 44191b4) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/516277. Important tips:
|
This PR (HEAD: e5e426b) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/516277. Important tips:
|
Message from Anton Kuklin: Patch Set 7: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/516277. |
Added instructions LDTILECFG, STTILECFG, TDPBF16PS, TDPBSSD, TDPBSUD, TDPBUSD, TDPBUUD, TILELOADD,
TILELOADDT1, TILESTORED, TILEZERO, TILERELEASE
Fixes: #61079